-
Pharmacist Login
12:21:09 / 00:00:33:085 Pass
Pharmacist Login
09.30.2024 12:21:09 09.30.2024 12:21:42 00:00:33:085 · #test-id=1PassSuccessful login with valid credentialsGiven the user is on the login pageWhen the user enters the valid email "hardstop-pharmacist6@mailinator.com"And valid password "Password1#"And user clicks on Login buttonThen the user should be logged inAppHooks.ApplicationHooks.tearDown(io.cucumber.java.Scenario)Successful_login_with_valid_credentialsPassLogin with invalid password and verify error messageGiven the user is on the login pageWhen the user enters the valid email "hardstop-pharmacist6@mailinator.com"And the user enters invalid password "InvalidPassword"And user clicks on Login buttonThen an error message should be displayed "Wrong username/password"AppHooks.ApplicationHooks.tearDown(io.cucumber.java.Scenario)Login_with_invalid_password_and_verify_error_messagePassLogin with invalid email and verify error messageGiven the user is on the login pageWhen the user enters an invalid email "hardstop-pharmacist6@mailinator.co"And valid password "Password1#"And user clicks on Login buttonThen I should see an error message "User not found"AppHooks.ApplicationHooks.tearDown(io.cucumber.java.Scenario)Login_with_invalid_email_and_verify_error_message -
Patient Search Functionality
12:21:42 / 00:00:18:131 Pass
Patient Search Functionality
09.30.2024 12:21:42 09.30.2024 12:22:00 00:00:18:131 · #test-id=41PassSearch for a patient by ID and set a review dateGiven User is logged in successfully for patient searchWhen User clicks on the Patient button for patient searchAnd User enters the patient ID "da7e9e65-a268-4ea2-adc6-a2d8cd1b64d9"And User clicks on the Reports buttonAnd User selects the date 10 days backThen User clicks on the Date Conversation buttonAppHooks.ApplicationHooks.tearDown(io.cucumber.java.Scenario)Search_for_a_patient_by_ID_and_set_a_review_date -
Pharmacist Portal Advance Search Feature
12:22:00 / 00:03:54:347 Pass
Pharmacist Portal Advance Search Feature
09.30.2024 12:22:00 09.30.2024 12:25:54 00:03:54:347 · #test-id=56PassVerify that the Advanced Search popup opens successfully.Given user has already logged in to applicationusername password hardstop-pharmacist6@mailinator.com Password1# Given the user should be logged inWhen the user clicks on Patient button and ADVANCED text buttonThen the Advanced Patient Search popup should openAppHooks.ApplicationHooks.tearDown(io.cucumber.java.Scenario)Verify_that_the_Advanced_Search_popup_opens_successfully.PassVerify if the results are displayed when user enters First NameGiven user has already logged in to applicationusername password hardstop-pharmacist6@mailinator.com Password1# Given the user should be logged inWhen the user clicks on Patient button and ADVANCED text buttonAnd user enters First Name "Hardstop"And user clicks on Search buttonThen the result should get displayedAnd the First Name "Hardstop" should get displayedAppHooks.ApplicationHooks.tearDown(io.cucumber.java.Scenario)Verify_if_the_results_are_displayed_when_user_enters_First_NamePassVerify if the results are displayed when user enters Last NameGiven user has already logged in to applicationusername password hardstop-pharmacist6@mailinator.com Password1# Given the user should be logged inWhen the user clicks on Patient button and ADVANCED text buttonAnd user enters Last Name "Select health test patient 1"And user clicks on Search buttonThen the result should get displayedAnd the Last Name "Select health test patient 1" should get displayedAppHooks.ApplicationHooks.tearDown(io.cucumber.java.Scenario)Verify_if_the_results_are_displayed_when_user_enters_Last_NamePassVerify if the results are displayed when user enters FirstName and CityGiven user has already logged in to applicationusername password hardstop-pharmacist6@mailinator.com Password1# Given the user should be logged inWhen the user clicks on Patient button and ADVANCED text buttonAnd user enters First Name "Hardstop"And user enters City "Test City"And user clicks on Search buttonThen the result should get displayedAnd the First Name "Hardstop" should get displayedAnd the City Name "Test City" should get displayedAppHooks.ApplicationHooks.tearDown(io.cucumber.java.Scenario)Verify_if_the_results_are_displayed_when_user_enters_FirstName_and_CityPassError Validation - Verify if the results are displayed when user enters CityGiven user has already logged in to applicationusername password hardstop-pharmacist6@mailinator.com Password1# Given the user should be logged inWhen the user clicks on Patient button and ADVANCED text buttonAnd user enters City "Test City"And user clicks on Search buttonThen the error pop up should appear "You must provide first or last name."AppHooks.ApplicationHooks.tearDown(io.cucumber.java.Scenario)Error_Validation_-_Verify_if_the_results_are_displayed_when_user_enters_CityPassVerify if the results are displayed when user enters FirstName and Selects StateGiven user has already logged in to applicationusername password hardstop-pharmacist6@mailinator.com Password1# Given the user should be logged inWhen the user clicks on Patient button and ADVANCED text buttonAnd user enters First Name "Hardstop"And user selects State "California"And user clicks on Search buttonThen the result should get displayedAnd the First Name "Hardstop" should get displayedAnd the State "California" should get displayedAppHooks.ApplicationHooks.tearDown(io.cucumber.java.Scenario)Verify_if_the_results_are_displayed_when_user_enters_FirstName_and_Selects_StatePassError Validation - Verify if the results are displayed when user Selects StateGiven user has already logged in to applicationusername password hardstop-pharmacist6@mailinator.com Password1# Given the user should be logged inWhen the user clicks on Patient button and ADVANCED text buttonAnd user selects State "California"And user clicks on Search buttonThen the error pop up should appear "You must provide first or last name."AppHooks.ApplicationHooks.tearDown(io.cucumber.java.Scenario)Error_Validation_-_Verify_if_the_results_are_displayed_when_user_Selects_StatePassVerify if the results are displayed when user enters Zip CodeGiven user has already logged in to applicationusername password hardstop-pharmacist6@mailinator.com Password1# Given the user should be logged inWhen the user clicks on Patient button and ADVANCED text buttonAnd user enters First Name "Hardstop"And User enters "99999" as Zip CodeAnd user clicks on Search buttonThen the result should get displayedAnd the First Name "Hardstop" should get displayedAnd the ZipCode "99999" should get displayedAppHooks.ApplicationHooks.tearDown(io.cucumber.java.Scenario)Verify_if_the_results_are_displayed_when_user_enters_Zip_CodePassNegative test scenario - Verify if the results are displayed when user enters Zip Code in invalid formatGiven user has already logged in to applicationusername password hardstop-pharmacist6@mailinator.com Password1# Given the user should be logged inWhen the user clicks on Patient button and ADVANCED text buttonAnd User enters "123" as Zip CodeAnd user clicks on Search buttonThen Tooltip error message: "Please match the format requested." should display for Zip CodeAppHooks.ApplicationHooks.tearDown(io.cucumber.java.Scenario)Negative_test_scenario_-_Verify_if_the_results_are_displayed_when_user_enters_Zip_Code_in_invalid_formatPassVerify if the results are displayed when user enters Phone NumberGiven user has already logged in to applicationusername password hardstop-pharmacist6@mailinator.com Password1# Given the user should be logged inWhen the user clicks on Patient button and ADVANCED text buttonAnd User enters "111-111-1111" as PhoneAnd user clicks on Search buttonThen the result should get displayedAnd the Phone "111-111-1111" should get displayedAppHooks.ApplicationHooks.tearDown(io.cucumber.java.Scenario)Verify_if_the_results_are_displayed_when_user_enters_Phone_NumberPassNegative test scenario - Verify if the results are displayed when user enters Phone Number in invalid formatGiven user has already logged in to applicationusername password hardstop-pharmacist6@mailinator.com Password1# Given the user should be logged inWhen the user clicks on Patient button and ADVANCED text buttonAnd User enters "111-111-111" as PhoneAnd user clicks on Search buttonThen Tooltip error message: "Please match the format requested." should display for Phone NumberAppHooks.ApplicationHooks.tearDown(io.cucumber.java.Scenario)Negative_test_scenario_-_Verify_if_the_results_are_displayed_when_user_enters_Phone_Number_in_invalid_formatPassVerify if the results are displayed when user enters Birth DateGiven user has already logged in to applicationusername password hardstop-pharmacist6@mailinator.com Password1# Given the user should be logged inWhen the user clicks on Patient button and ADVANCED text buttonAnd User enters "01/01/1965" as Birth DateAnd user clicks on Search buttonThen the result should get displayedAnd the date "01/01/1965" should get displayedAppHooks.ApplicationHooks.tearDown(io.cucumber.java.Scenario)Verify_if_the_results_are_displayed_when_user_enters_Birth_DatePassNegative test scenario - Verify if the results are displayed when user enters Birth Date in invalid formatGiven user has already logged in to applicationusername password hardstop-pharmacist6@mailinator.com Password1# Given the user should be logged inWhen the user clicks on Patient button and ADVANCED text buttonAnd User enters "32/01/19" as Birth DateAnd user clicks on Search buttonThen Tooltip error message: "Please match the format requested." should display for Birth DateAppHooks.ApplicationHooks.tearDown(io.cucumber.java.Scenario)Negative_test_scenario_-_Verify_if_the_results_are_displayed_when_user_enters_Birth_Date_in_invalid_formatPassEnter HPID and verify resultsGiven user has already logged in to applicationusername password hardstop-pharmacist6@mailinator.com Password1# Given the user should be logged inWhen the user clicks on Patient button and ADVANCED text buttonAnd User enters "XD723643612345" as HPIDAnd user clicks on Search buttonThen the result should get displayedAnd the HPID "XD723643612345" should get displayedAppHooks.ApplicationHooks.tearDown(io.cucumber.java.Scenario)Enter_HPID_and_verify_results
-
@patientSearch
1 tests
@patientSearch
1 passedStatus Timestamp TestName Pass 12:21:42 pm Search for a patient by ID and set a review date Patient Search Functionality.Search for a patient by ID and set a review date -
@advanceSearch
14 tests
@advanceSearch
14 passedStatus Timestamp TestName Pass 12:22:00 pm Verify that the Advanced Search popup opens successfully. Pharmacist Portal Advance Search Feature.Verify that the Advanced Search popup opens successfully.Pass 12:22:14 pm Verify if the results are displayed when user enters First Name Pharmacist Portal Advance Search Feature.Verify if the results are displayed when user enters First NamePass 12:22:27 pm Verify if the results are displayed when user enters Last Name Pharmacist Portal Advance Search Feature.Verify if the results are displayed when user enters Last NamePass 12:22:42 pm Verify if the results are displayed when user enters FirstName and City Pharmacist Portal Advance Search Feature.Verify if the results are displayed when user enters FirstName and CityPass 12:22:57 pm Error Validation - Verify if the results are displayed when user enters City Pharmacist Portal Advance Search Feature.Error Validation - Verify if the results are displayed when user enters CityPass 12:23:11 pm Verify if the results are displayed when user enters FirstName and Selects State Pharmacist Portal Advance Search Feature.Verify if the results are displayed when user enters FirstName and Selects StatePass 12:23:28 pm Error Validation - Verify if the results are displayed when user Selects State Pharmacist Portal Advance Search Feature.Error Validation - Verify if the results are displayed when user Selects StatePass 12:23:40 pm Verify if the results are displayed when user enters Zip Code Pharmacist Portal Advance Search Feature.Verify if the results are displayed when user enters Zip CodePass 12:23:55 pm Negative test scenario - Verify if the results are displayed when user enters Zip Code in invalid format Pharmacist Portal Advance Search Feature.Negative test scenario - Verify if the results are displayed when user enters Zip Code in invalid formatPass 12:24:20 pm Verify if the results are displayed when user enters Phone Number Pharmacist Portal Advance Search Feature.Verify if the results are displayed when user enters Phone NumberPass 12:24:46 pm Negative test scenario - Verify if the results are displayed when user enters Phone Number in invalid format Pharmacist Portal Advance Search Feature.Negative test scenario - Verify if the results are displayed when user enters Phone Number in invalid formatPass 12:25:03 pm Verify if the results are displayed when user enters Birth Date Pharmacist Portal Advance Search Feature.Verify if the results are displayed when user enters Birth DatePass 12:25:23 pm Negative test scenario - Verify if the results are displayed when user enters Birth Date in invalid format Pharmacist Portal Advance Search Feature.Negative test scenario - Verify if the results are displayed when user enters Birth Date in invalid formatPass 12:25:37 pm Enter HPID and verify results Pharmacist Portal Advance Search Feature.Enter HPID and verify results -
@testNG
1 tests
@testNG
1 passedStatus Timestamp TestName Pass 12:21:09 pm Successful login with valid credentials Pharmacist Login.Successful login with valid credentials -
@dev_windows
1 tests
@dev_windows
1 passedStatus Timestamp TestName Pass 12:21:09 pm Successful login with valid credentials Pharmacist Login.Successful login with valid credentials -
@patientSearchDate
1 tests
@patientSearchDate
1 passedStatus Timestamp TestName Pass 12:21:42 pm Search for a patient by ID and set a review date Patient Search Functionality.Search for a patient by ID and set a review date -
@login
1 tests
@login
1 passedStatus Timestamp TestName Pass 12:21:09 pm Successful login with valid credentials Pharmacist Login.Successful login with valid credentials -
@aut_durvesh
1 tests
@aut_durvesh
1 passedStatus Timestamp TestName Pass 12:21:09 pm Successful login with valid credentials Pharmacist Login.Successful login with valid credentials -
@loginFeature
3 tests
@loginFeature
3 passedStatus Timestamp TestName Pass 12:21:09 pm Successful login with valid credentials Pharmacist Login.Successful login with valid credentialsPass 12:21:21 pm Login with invalid password and verify error message Pharmacist Login.Login with invalid password and verify error messagePass 12:21:32 pm Login with invalid email and verify error message Pharmacist Login.Login with invalid email and verify error message
Started
Sept 30, 2024 12:21:08 pm
Ended
Sept 30, 2024 12:25:54 pm
Features Passed
3
Features Failed
0
Features
Scenarios
Steps
Timeline
Tags
| Name | Passed | Failed | Skipped | Others | Passed % |
|---|---|---|---|---|---|
| @patientSearch | 1 | 0 | 0 | 0 | 100% |
| @advanceSearch | 14 | 0 | 0 | 0 | 100% |
| @testNG | 1 | 0 | 0 | 0 | 100% |
| @dev_windows | 1 | 0 | 0 | 0 | 100% |
| @patientSearchDate | 1 | 0 | 0 | 0 | 100% |
| @login | 1 | 0 | 0 | 0 | 100% |
| @aut_durvesh | 1 | 0 | 0 | 0 | 100% |
| @loginFeature | 3 | 0 | 0 | 0 | 100% |
System/Environment
| Name | Value |
|---|---|
| AppName | AutomationPractice |
| user | Durvesh |
| build | 1.1 |
| os | Windows |